home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / lan / 3c589x.zip / 3C589X.EXE / NETWARE / ODI / NET.CFG < prev   
Text File  |  1995-09-14  |  2KB  |  58 lines

  1. ; *************************************************************************
  2. ;  This sample NET.CFG file is meant to supply some rudimentary understanding
  3. ;  of parameters in NET.CFG and how they affect network operations.
  4. ;  For a full description and explanation of the parameters, see the
  5. ;  manual for the ODI shell for DOS, which ships with the NetWare package
  6. ;  or is available from Novell part # 100-000871-001.
  7. ;
  8. ;  Please pay attention to column spacing for the lines.  The section header
  9. ;  line MUST start in column 0 with subsequent lines in that section being 
  10. ;  indented. Comments are designated by semi-colons (;).  The NET.CFG is not
  11. ;  caps-sensitive.
  12. ;
  13. ; *************************************************************************
  14. ;
  15.  
  16. LINK DRIVER 3C589
  17. ;       PORT 300
  18. ;       FRAME ETHERNET_802.2
  19.         FRAME ETHERNET_802.3
  20. ;       PROTOCOL IPX e0 ETHERNET_802.2
  21. ;       PROTOCOL IPX 0 ETHERNET_802.3   (binds IPX to frame)
  22. ;       NODE ADDRESS    0020AFXXXXXX    (must be inclued for OS/2 ODI)
  23.  
  24. ;
  25. ;       =======
  26. ;       | port [index] ADAPTER BASE ADDRESS
  27. ;       |      This setting is only required when there is two 
  28. ;       |      adapters in the workstation.  
  29. ;       |
  30. ;       |      All adapter specific parameters are read from the adapter.
  31. ;       |
  32. ;       | mem [index] MEMORY_WINDOW (Optional)
  33. ;       |      If parameter not present in protocol.ini, driver auto selects a 
  34. ;       |      a free 4K memory window. Released after initialization of card.
  35. ;       |      If specified, forces driver to use this address to map card's
  36. ;       |      CIS memory during driver initialization. Window is released 
  37. ;       |      after driver finishes initializing card or fails to find card.
  38. ;       |      Use 0xC000 - 0xEF00 in steps of 0x100
  39. ;       |
  40. ;       | INT [index] INTERRUPT CHANNEL NUMBER (Optional)
  41. ;       |      Use 3,5,7,9,10,11,12,15
  42. ;       |      
  43. ;  NOTE:| frame ethernet_802.3
  44. ;  *****|      This is a version 4.X DOS ODI driver.  The default 
  45. ;       |      frame type is 802.2, but you may be using 802.3.
  46. ;       |
  47. ;       | node address
  48. ;       |      It is necessary to include node address in the Net.cfg file
  49. ;       |      to enable OS/2 ODI driver. Copy the Ethernet address from the
  50. ;       |      back of the 3C589 card.
  51. ;       |
  52. ;       =======
  53. ;
  54. ;
  55. ;       %VER 3C589 Sample NET.CFG v1.1b
  56.  
  57. 
  58.